Skip to main content

CRUD from Data-format

Creating a "CRUD from Data-format" allows you generate a set of API's based on a certain Data-format.

Objective

To efficiently generate all necessary CRUD APIs securely from a JSON format with just a few clicks.

This enables rapid deployment, facilitating the sharing of information with relevant applications and stakeholders.

Additionally, it helps bootstrap the development of well-designed web applications or the creation of a data lake with strict agile governance functions and roles, ensuring a robust, secure architecture with a clear separation of concerns between the data and processing layers.

Which APIs will be created?

The following APIs are being created:

  • Read a single item
  • Read a list of items
  • Create a single item
  • Update a single item
  • Delete a single item

Generating the CRUD-APIs

Create full CRUD API

Steps:

  1. Select in the leftribbon the API topic
  2. Click "CRUD from data-format"
  3. Select the data-format from the dropdown list
  4. Click create-API

The set of APIs created are: